WCF-Xtensions Class Reference for Mono
OnOpen Method (XChannelFactory<TChannel>)






Syntax
[__DynamicallyInvokable()]
protected virtual void OnOpen( 
   System.TimeSpan timeout
)
protected procedure OnOpen( 
    timeout: System.TimeSpan
); virtual; 
__DynamicallyInvokableAttribute()
protected function OnOpen( 
   timeout : System.TimeSpan
);
[__DynamicallyInvokable()]
protected: virtual void OnOpen( 
   System.TimeSpan timeout
) 
[__DynamicallyInvokable()]
protected:
virtual void OnOpen( 
   System.TimeSpan timeout
) 
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected Overridable Sub OnOpen( _
   ByVal timeout As System.TimeSpan _
) 
 
'Usage
 
Dim instance As XChannelFactory(Of TChannel)
Dim timeout As System.TimeSpan
 
instance.OnOpen(timeout)

Parameters

timeout
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XChannelFactory<TChannel> Class
XChannelFactory<TChannel> Members

Send Feedback